home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_134.txt < prev    next >
Text File  |  1997-10-20  |  4KB  |  84 lines

  1. 0.24
  2.  
  3. Program:
  4. - Nicola added support for Jr. Pacman.  Decryption method provided by
  5.   David Caldwell (david@indigita.com).  Colors should be 100% right too.
  6.   Hiscore saving not supported yet.  Nicola also thanks Lee Taylor for
  7.   help.
  8.  
  9. - I've found the decryption scheme for garbled chars of Lost Tomb which is
  10.   now playable.  Colors are still wrong.
  11.  
  12. - Also, I've finally fixed my problems with ADPCM decoding, so now Kung Fu
  13.   Master doesn't need separate samples anymore (I didn't distribuite them
  14.   because of copyright on sounds).  The samples are now calculated during
  15.   bootstrap of the game.
  16.  
  17. - Again Nicola added Turpin (Another version of Turtles) support.  Also
  18.   colors are 100% correct the two games now.
  19.  
  20. - Fabrice Frences added support for Qbert Qubes.  Only hitch with the
  21.   driver:  you have to reset (F3) the game at first time when the empty
  22.   supreme noser table appears, then the table will be correctly filled.
  23.   Alternatively, you can insert a coin before this empty table appears...
  24.   Hiscore save not supported yet.
  25.  
  26. - New option in the setup menu: "CREDITS". It displays a list of the people
  27.   who contributed to the current driver. I have surely left out many people,
  28.   and apologize in advance for that. If you contributed to a driver and your
  29.   name doesn't appear in the list, please let me know.
  30.  
  31. - Since many people asked for this and Bernd Wiebelt was so kind to do me
  32.   this gift for my birthday, MAME has now -rotate option.  You'll have to
  33.   turn your monitor (or your head (!) ;)
  34.  
  35. - Nicola fixed definetively Kung Fu Master driver which has now 100% perfect
  36.   colors and sprite positioning.  Thanks to Paul Swan for color scheme.
  37.   Original version (copyright Irem) is now supposed to be in 'kungfum'
  38.   directory, while the bootleg (O.K.) is supposed to be in 'kungfub'.  Test
  39.   mode doesn't work for bootleg version (as is right to be).
  40.   Hi Score Support in each version as well.
  41.  
  42. - In Seicross now shots are enabled.  REMEMBER TO DELETE PREVIOUS .DSW FILE,
  43.   AND SET "DEMO & DEBUG MODE" TO OFF, AND "SW7B" to 1.   Setting SW7B to 0
  44.   will cause to play the game without FIRE facility.
  45.  
  46. - Marc LaFontaine provided drivers for Robotron, Splat, Defender, Joust,
  47.   Stargate, Bubbles, Blaster and Sinistar.  Bubbles doesn't start, and
  48.   Sinistar do weird things at startup.  The other games work very well,
  49.   though.  For this version I provide a set of fonts that can be used
  50.   to avoid jerkiness in williams games.  If you use zipped roms remember
  51.   to include them in the ZIP files.
  52.  
  53. - Added SpaceZap support.  It is based mainly on WOW driver.  Mike Coates
  54.   provided a more stable driver too.
  55.  
  56. Sources:
  57. - Bernd Wiebelt provided new Vesamodes:  320x240 and 512x384.  You can select
  58.   a mode either by -X (e.g. -640) or -XxY (e.g. -640x480).  Also fixed a bug
  59.   that caused -vesaskip 0 not to run properly.  Also added -rotate option.
  60.   Also, any vesa mode in combination with -noscanlines option can be used
  61.   to achieve correct aspect ratio on most monitors.  This method is of
  62.   course slower, and can work flawlessy on P166+ class.
  63.  
  64. - Modifications to support Driver Description and Credits.
  65.  
  66. - Nicola added a new mode in drawgfx: TRANSPARENCY_THROUGH.  When background
  67.   has a higher priority of sprites, it's a lot faster using this option than
  68.   draw sprites and then apply a bitmap with TRASPARENT_COLOR.
  69.  
  70. - Fabrice Frances submitted a new faster I86 emulator.  The entire I86
  71.   directory is changed, and most of Gottlieb games are now faster.
  72.  
  73. - Mike Coates provided a modification to COMMON.C to support multi bank
  74.   characters.  It uses bits 8-15 of the charset array (short int - so
  75.   hopefully at least 16 bits on all implementations) to signify bank number.
  76.  
  77. - Changed the PAUSE key to Scrl-Lock key.  This permits to redefinite the
  78.   P key for playing.
  79.  
  80. - TO ALL CONTRIBUTORS:  Please do not make use of C++ // comments in your
  81.   sources.  I loose a lot of time every release to adjust them.  Then use
  82.   official source release as a base for your next updates.  Use a comment
  83.   style like in Williams.c sources (this is actually my comment style and
  84.   almost clear to read). Thanks.